Click or drag to resize

ResourceRemoveProperty Method (PropertyName)

Remove a property from a resource.

Namespace:  Independentsoft.Webdav
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public MultiStatus RemoveProperty(
	PropertyName[] propertyName
)

Parameters

propertyName
Type: Independentsoft.WebdavPropertyName
The property to by removed.

Return Value

Type: MultiStatus
A MultiStatus indicating the status of the property remove.
See Also